]> git.r.bdr.sh - rbdr/Flat-Bezel.qsplugin/blob - Flat Bezel/BBFlatBezelInterface.h
Initial Commit
[rbdr/Flat-Bezel.qsplugin] / Flat Bezel / BBFlatBezelInterface.h
1 @interface BBFlatBezelInterface : QSResizingInterfaceController {
2 NSRect standardRect;
3 }
4
5 @end
6
7 @interface NSWindow (QSBCInterfaceController)
8 - (NSTimeInterval)animationResizeTime:(NSRect)newWindowFrame;
9 @end